'Declaration
<NotNullAttribute()> Public Overloads Shared Function Create(Of TValue)( _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ ) As UAWriteValueObserver(Of TValue)
'Usage
Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim value As UAWriteValueObserver(Of TValue) value = UAWriteValueObserver.Create(Of TValue)(endpointDescriptor, nodeDescriptor)
[NotNull()] public static UAWriteValueObserver<TValue> Create<TValue>( UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
[NotNull()] public: static UAWriteValueObserver<TValue^>^ Creategeneric<typename TValue> ( UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor )
Parameters
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.
Type Parameters
- TValue
Return Value
Returns an observer that writes values into the given OPC node.